home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / Internal_202_FXList.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  352 b   |  15 lines

  1. on mouseDown
  2.   global fxTrackingObj
  3.   if the mouseLine < 1 then
  4.     exit
  5.   end if
  6.   if objectp(fxTrackingObj) then
  7.     set c to Drag(the ieFXtextlist of fxTrackingObj)
  8.     if the doubleClick then
  9.       if c > 0 then
  10.         goToEffect(fxTrackingObj, getAt(the pElementList of the ieFXtextlist of fxTrackingObj, c))
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.